amigo
Class RAAgentFactory_Amigo

java.lang.Object
  extended by raar.agent.RAAgentFactory
      extended by amigo.RAAgentFactory_Amigo
All Implemented Interfaces:
RAPlugin

public class RAAgentFactory_Amigo
extends RAAgentFactory

Returns an RAAgent that can control an AmigoBot.


Constructor Summary
RAAgentFactory_Amigo()
           
 
Method Summary
 boolean configure()
          Configure the plug-in.
 RAAgent getNewAgent()
          Get a new agent.
 javax.swing.ImageIcon getPluginIcon()
          Return an icon for the plug-in in question, if it has one.
 java.lang.String getPluginName()
          Return a name for the plug-in in question.
 
Methods inherited from class raar.agent.RAAgentFactory
getPluginType
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RAAgentFactory_Amigo

public RAAgentFactory_Amigo()
Method Detail

getNewAgent

public RAAgent getNewAgent()
                    throws RAException
Get a new agent.

Specified by:
getNewAgent in class RAAgentFactory
Throws:
RAException

getPluginName

public java.lang.String getPluginName()
Return a name for the plug-in in question.


getPluginIcon

public javax.swing.ImageIcon getPluginIcon()
Return an icon for the plug-in in question, if it has one. Otherwise just return null.


configure

public boolean configure()
Configure the plug-in.